object frmStartTime: TfrmStartTime Left = 386 Top = 190 ActiveControl = spinYear BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Start Time' ClientHeight = 297 ClientWidth = 417 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object Label2: TLabel Left = 12 Top = 8 Width = 199 Height = 16 Caption = 'Specify when the animation starts.' end object Label7: TLabel Left = 12 Top = 40 Width = 32 Height = 16 Caption = 'Note:' end object Label9: TLabel Left = 60 Top = 40 Width = 345 Height = 48 Caption = 'The only time that '#39'Start Time'#39' has an effect is when you switch' + ' from '#39'relative'#39' to '#39'ellapsed'#39' time or vise versa, and when you ' + 'are working with relative time.' WordWrap = True end object butOK: TButton Left = 320 Top = 264 Width = 83 Height = 27 Caption = '&OK' Default = True TabOrder = 3 OnClick = butOKClick end object butCancel: TButton Left = 224 Top = 264 Width = 83 Height = 27 Cancel = True Caption = '&Cancel' TabOrder = 2 OnClick = butCancelClick end object grpDate: TGroupBox Left = 8 Top = 104 Width = 193 Height = 145 Caption = 'Date' TabOrder = 0 object lblMonth: TLabel Left = 16 Top = 72 Width = 57 Height = 17 Caption = '&Month:' FocusControl = spinMonth end object lblDay: TLabel Left = 16 Top = 112 Width = 57 Height = 16 Caption = '&Day:' FocusControl = spinDay end object Label3: TLabel Left = 16 Top = 32 Width = 57 Height = 16 Caption = '&Year:' FocusControl = spinYear end object spinYear: TSpinEdit Left = 88 Top = 27 Width = 81 Height = 26 MaxValue = 9999 MinValue = 1 TabOrder = 2 Value = 1996 OnChange = spinYearChange end object spinMonth: TSpinEdit Left = 88 Top = 67 Width = 81 Height = 26 MaxLength = 1 MaxValue = 12 MinValue = 1 TabOrder = 0 Value = 10 OnChange = spinMonthChange end object spinDay: TSpinEdit Left = 88 Top = 106 Width = 81 Height = 26 MaxValue = 31 MinValue = 1 TabOrder = 1 Value = 20 end end object grpTime: TGroupBox Left = 216 Top = 104 Width = 193 Height = 145 Caption = 'Time' TabOrder = 1 object Label4: TLabel Left = 16 Top = 32 Width = 57 Height = 16 Caption = '&Hour:' FocusControl = spinHour end object Label5: TLabel Left = 16 Top = 72 Width = 57 Height = 16 Caption = 'Mi&nute:' FocusControl = spinMinute end object Label6: TLabel Left = 16 Top = 112 Width = 57 Height = 16 Caption = '&Second:' FocusControl = spinSecond end object spinHour: TSpinEdit Left = 88 Top = 27 Width = 81 Height = 26 MaxValue = 23 MinValue = 1 TabOrder = 0 Value = 20 end object spinMinute: TSpinEdit Left = 88 Top = 67 Width = 81 Height = 26 MaxValue = 59 MinValue = 0 TabOrder = 1 Value = 25 end object spinSecond: TSpinEdit Left = 88 Top = 107 Width = 81 Height = 26 MaxValue = 59 MinValue = 0 TabOrder = 2 Value = 20 end end end